home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 August / PCpro_1999_08.ISO / compusrv / Data / Win95 / CS2000.exe / CS2000.dxr / 00017_RollOver SwButton.ls < prev    next >
Encoding:
Text File  |  1999-05-12  |  143 b   |  9 lines

  1. on mouseDown
  2.   set the member of sprite 6 to "swisbttn_d"
  3. end
  4.  
  5. on mouseUp
  6.   set the member of sprite 6 to "swisbttn_u"
  7.   go(the frame + 2)
  8. end
  9.